'Declaration Public Function New( _
ByVal formatThe text format.As System.String, _
ByVal textColorThe text color.As System.Nullable(Of Color), _
ByVal fontThe font.As System.Drawing.Font _
)
public DicomSeriesManagerTextLine(
System.String format,
System.Nullable<Color> textColor,
System.Drawing.Font font
)
public: DicomSeriesManagerTextLine(
System.String format,
System.Nullable<Color*>* textColor,
System.Drawing.Font font
)
public:
DicomSeriesManagerTextLine(
System.String format,
System.Nullable<Color^>^ textColor,
System.Drawing.Font font
)
Parameters
- format
- The text format.
- textColor
- The text color.
- font
- The font.